Code
import geopandas
url_postnummer_nor = "https://raw.githubusercontent.com/ivanhjel/postnummer/master/postnummeromrader.geojson"
gdf = geopandas.read_file(url_postnummer_nor)
gdf.explore()Make this Notebook Trusted to load map: File -> Trust Notebook